'Declaration<DispIdAttribute(97)> Function DrawBarcodePDF417_2( _ ByVal Data As String, _ ByVal EncodingMode As BarcodePDF417EncodingMode, _ ByVal ErrorCorrectionLevel As BarcodePDF417ErrorCorrectionLevel, _ ByVal Rows As Integer, _ ByVal Cols As Integer, _ ByVal ModuleWidth As Integer, _ ByVal RowHeight As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(97)] GdPictureStatus DrawBarcodePDF417_2( string Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int ModuleWidth, int RowHeight, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
function DrawBarcodePDF417_2(
Data: String;
EncodingMode: BarcodePDF417EncodingMode;
ErrorCorrectionLevel: BarcodePDF417ErrorCorrectionLevel;
Rows: Integer;
Cols: Integer;
ModuleWidth: Integer;
RowHeight: Integer;
DstX: Single;
DstY: Single;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(97) function DrawBarcodePDF417_2( Data : String, EncodingMode : BarcodePDF417EncodingMode, ErrorCorrectionLevel : BarcodePDF417ErrorCorrectionLevel, Rows : int, Cols : int, ModuleWidth : int, RowHeight : int, DstX : float, DstY : float, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
[DispId(97)] GdPictureStatus DrawBarcodePDF417_2( string* Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int ModuleWidth, int RowHeight, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
[DispId(97)] GdPictureStatus DrawBarcodePDF417_2( String^ Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int ModuleWidth, int RowHeight, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
Parameters
- Data
- EncodingMode
- ErrorCorrectionLevel
- Rows
- Cols
- ModuleWidth
- RowHeight
- DstX
- DstY
- Cyan
- Magenta
- Yellow
- Black
